Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / GcSkiaBitmap Constructor / GcSkiaBitmap Constructor(Stream,Nullable<Rectangle>)
The source stream. JPEG, PNG, WEBP formats are supported.
Clipping rectangle of the image to be loaded.

In This Topic
    GcSkiaBitmap Constructor(Stream,Nullable<Rectangle>)
    In This Topic
    Initializes a new instance of the GcSkiaBitmap class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As System.IO.Stream, _
       Optional ByVal clipRect As System.Nullable(Of Rectangle) _
    )
    public GcSkiaBitmap( 
       System.IO.Stream stream,
       System.Nullable<Rectangle> clipRect
    )

    Parameters

    stream
    The source stream. JPEG, PNG, WEBP formats are supported.
    clipRect
    Clipping rectangle of the image to be loaded.
    See Also